-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update German translations for 0.6.4 #5722
Conversation
@LucasXu0 please note that I translated And something should happen with this |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5722 +/- ##
==========================================
- Coverage 86.74% 83.27% -3.48%
==========================================
Files 217 214 -3
Lines 5032 5290 +258
Branches 831 863 +32
==========================================
+ Hits 4365 4405 +40
- Misses 561 795 +234
+ Partials 106 90 -16
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Because itemThree is empty, I should remove it. cc @Xazin
I want to confirm if you can translate it to German correctly with this format:
the {} means the linked text and I'll fill it up with "privacyPolicy" and "termOfUse". |
Yes, I would be able to translate it properly in this format. |
@suntorytimed The way I mentioned doesn't work. If using the translation like that, it's unable to set the terms and privacy link. TextSpan(
text: LocaleKeys.web_signInAgreement.tr(
args: [
LocaleKeys.web_termOfUse.tr(),
LocaleKeys.web_privacyPolicy.tr(),
],
),
style: const TextStyle(color: Colors.grey, fontSize: 12),
), |
@LucasXu0 that's unfortunate. I will try to formulate the text different in the German translation without moving too far away from the original meaning. Will sound weird for a native speaker, but at least it won't have trailing strings. |
Not ideal, but this should work. It basically refers to a list of "documents" that need to be read, understood and accepted and "AppFlowy's Privacy Policy and Terms" would be the one and only entry of the "list" |
Does |
It's removed in our plan+billing changes, but the PR won't be opened before Wednesday morning earliest. |
rebased and hopefully fixed the commit message for the CI |
* main: fix: integration test failed (grid row detail page: hide and show hidden fields) (AppFlowy-IO#5781) feat: ai billing (AppFlowy-IO#5741) fix: can not display rows when rows overthan 1000 (AppFlowy-IO#5777) feat: support publish database on web (AppFlowy-IO#5748) feat: publish databse to Web (AppFlowy-IO#5709) chore: update Spanish translations (AppFlowy-IO#5742) chore: update Chinese translations (AppFlowy-IO#5727) fix: Add retry for admin client sign in for test (AppFlowy-IO#5767) chore: update Hebrew translation (AppFlowy-IO#5738) chore: update German translations (AppFlowy-IO#5722) chore: update Russian translations (AppFlowy-IO#5730) chore: update build config (AppFlowy-IO#5759) chore: enable local ai and local ai chat (AppFlowy-IO#5755)
* main: fix: integration test failed (grid row detail page: hide and show hidden fields) (AppFlowy-IO#5781) feat: ai billing (AppFlowy-IO#5741) fix: can not display rows when rows overthan 1000 (AppFlowy-IO#5777) feat: support publish database on web (AppFlowy-IO#5748) feat: publish databse to Web (AppFlowy-IO#5709) chore: update Spanish translations (AppFlowy-IO#5742) chore: update Chinese translations (AppFlowy-IO#5727) fix: Add retry for admin client sign in for test (AppFlowy-IO#5767) chore: update Hebrew translation (AppFlowy-IO#5738) chore: update German translations (AppFlowy-IO#5722) chore: update Russian translations (AppFlowy-IO#5730) chore: update build config (AppFlowy-IO#5759) chore: enable local ai and local ai chat (AppFlowy-IO#5755) chore: bump version 0.6.4 (AppFlowy-IO#5744) fix: improve color selector (AppFlowy-IO#5743) fix: reset space relationship when clearing cache (AppFlowy-IO#5737) chore: show plugin state (AppFlowy-IO#5740) chore: download llm files (AppFlowy-IO#5723) feat: optimize the read recent views speed (AppFlowy-IO#5726) chore: fix compile (AppFlowy-IO#5733)
Describe the changes you have conducted here
Preview the messages on https://inlang.com/github.com/suntorytimed/AppFlowy .